-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace CRA with Vite #74
Conversation
Update: Everything works, but the manifest.json is not properly cached to work offline. The rest is cached properly. I believe I have found a way to cache the manifest.json, but for some reason the frontend is giving errors. Looking into it |
Remember to update the dev instructions in the README! :) |
@GovernmentPlates The README is still up-to-date. If you refer to the commands that we use, they are the same as we use the abstraction provided by our Update |
Closes #72
Problem
The compilation process for CRA is long and official support is also being cut off.
Solution
Moving to Vite, which is significantly faster!